home *** CD-ROM | disk | FTP | other *** search
- $$// newproj.inf = template for list of template files
- $$// format is 'sourceResName' \t 'destFileName'
- $$// The source res name may be preceded by any combination of '=', '-', '!', '?', ':', '#', and/or '*'
- $$// '=' => the resource is binary
- $$// '-' => the file should not be added to the project (all files are added to the project by default)
- $$// '!' => the file should be marked exclude from build
- $$// '?' => the file should be treated as a help file
- $$// ':' => the file should be treated as a resource
- $$// '#' => the file should be treated as a template (implies '!')
- $$// '*' => bypass the custom AppWizard's resources when loading
- $$// if name starts with / => create new subdir
-
- ROOT.CLW $$root$$.clw
- ROOT.CPP $$root$$.cpp
- ROOT.DEF $$root$$.def
- ROOT.RC $$root$$.rc
- ROOT.IDL $$root$$.idl
-
- RESOURCE.H resource.h
- STDAFX.CPP StdAfx.cpp
- STDAFX.H StdAfx.h
-
- -ROOTPS.DEF $$root$$ps.def
- -ROOTPS.MK $$root$$ps.mk
-
- COM.RGS $$COM_Class_Name$$.rgs
- COM.CPP $$COM_Class_Name$$.cpp
- COM.H $$COM_Class_Name$$.h
-
- $$IF(ToolCreating)
- /Bitmaps
- =!-TOOLICON.BMP Bitmaps\\ToolIcon.Bmp
- $$ENDIF
-